From ce1b37137499870f20139ed3b7a439d5707be43f Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 4 May 2008 23:09:12 +0000 Subject: [PATCH] Fix spelling of 'bitscategory' in GDB options. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3238 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gdb.c | 6 +++--- gpsbabel/xmldoc/formats/options/gdb-bitscategory.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gpsbabel/gdb.c b/gpsbabel/gdb.c index bd7519124..3b2a028e3 100644 --- a/gpsbabel/gdb.c +++ b/gpsbabel/gdb.c @@ -108,8 +108,8 @@ /*******************************************************************************/ -/* static char gdb_release[] = "$Revision: 1.64 $"; */ -static char gdb_release_date[] = "$Date: 2008-04-27 14:11:56 $"; +/* static char gdb_release[] = "$Revision: 1.65 $"; */ +static char gdb_release_date[] = "$Date: 2008-05-04 23:09:08 $"; static gbfile *fin, *fout; static int gdb_ver, gdb_category, gdb_via, gdb_roadbook; @@ -1694,7 +1694,7 @@ write_data(void) #define GDB_OPT_VER "ver" #define GDB_OPT_VIA "via" #define GDB_OPT_CATEGORY "cat" -#define GDB_OPT_BITCATEGORY "bitcategory" +#define GDB_OPT_BITCATEGORY "bitscategory" #define GDB_OPT_ROADBOOK "roadbook" static arglist_t gdb_args[] = { diff --git a/gpsbabel/xmldoc/formats/options/gdb-bitscategory.xml b/gpsbabel/xmldoc/formats/options/gdb-bitscategory.xml index 18bf952ca..32f3815db 100644 --- a/gpsbabel/xmldoc/formats/options/gdb-bitscategory.xml +++ b/gpsbabel/xmldoc/formats/options/gdb-bitscategory.xml @@ -4,15 +4,15 @@ this options allows you to specify a bitmask to be used for the category. Options may be specified in either decimal or hex. - + Example for gdb bitcategory option to put all waypoints in categories 1 and 16. The following two commands are equivalent. They place a the point in both the first and last of the sixteen available categories. - gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitcategory=32769 -F foo.gdb + gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitscategory=32769 -F foo.gdb - gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitcategory=0x8001 -F foo.gdb + gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitscategory=0x8001 -F foo.gdb -- 2.30.2